diff options
| -rw-r--r-- | Rakefile | 3 | ||||
| -rw-r--r-- | todo.go | 2 |
2 files changed, 2 insertions, 3 deletions
@@ -10,8 +10,7 @@ Envs = [ {goos: "windows", arch: "amd64"} ] -Version = "0.2.0" - +Version = "0.3.0" task :build do `rm -rf dist/#{Version}` @@ -10,7 +10,7 @@ import ( ) const ( - VERSION = "0.2.0" + VERSION = "0.3.0" ) func main() { |
