Skip to content

Commit

Permalink
Fix versioning for cmd.
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Krivak committed Jan 15, 2021
1 parent 6f4752e commit 96ff7da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/godot/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/tetafro/godot/cmd/godot

go 1.15

require github.com/tetafro/godot v1.3.2 // indirect
require github.com/tetafro/godot v1.4.0
4 changes: 2 additions & 2 deletions cmd/godot/go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github.com/tetafro/godot v1.3.2 h1:HzWC3XjadkyeuBZxkfAFNY20UVvle0YD51I6zf6RKlU=
github.com/tetafro/godot v1.3.2/go.mod h1:ah7jjYmOMnIjS9ku2krapvGQrFNtTLo9Z/qB3dGU1eU=
github.com/tetafro/godot v1.4.0 h1:rirXgliVpEutjN7T1HzmMn2XLSp8Y41Uiwv4MpRUOMc=
github.com/tetafro/godot v1.4.0/go.mod h1:ah7jjYmOMnIjS9ku2krapvGQrFNtTLo9Z/qB3dGU1eU=

0 comments on commit 96ff7da

Please sign in to comment.