Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwes committed Sep 23, 2018
1 parent 8dc44e6 commit fbd61e0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [The readme has moved to a wiki.](https://github.com/bitwes/Gut/wiki)

# Gut 6.5.0
# Gut 6.6.0
GUT (Godot Unit Test) is a utility for writing tests for your Godot Engine game. It allows you to write tests for your gdscript in gdscript.

More info can be found in the [wiki](https://github.com/bitwes/Gut/wiki).
Expand Down
2 changes: 1 addition & 1 deletion addons/gut/gut.gd
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
################################################################################
# View readme for usage details.
#
# Version 6.5.0
# Version 6.6.0
################################################################################
extends "res://addons/gut/gut_gui.gd"

Expand Down
2 changes: 1 addition & 1 deletion addons/gut/gut_cmdln.gd
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
# See the readme for a list of options and examples. You can also use the -gh
# option to get more information about how to use the command line interface.
#
# Version 6.5.0
# Version 6.6.0
################################################################################
extends SceneTree

Expand Down
2 changes: 1 addition & 1 deletion addons/gut/plugin.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
name="Gut"
description="Unit Testing tool for Godot."
author="Butch Wesley"
version="6.5.0"
version="6.6.0"
script="gut_plugin.gd"

0 comments on commit fbd61e0

Please sign in to comment.