diff options
| author | Grant Ammons <gammons@gmail.com> | 2017-09-26 08:12:37 -0400 |
|---|---|---|
| committer | Grant Ammons <gammons@gmail.com> | 2017-09-26 08:12:37 -0400 |
| commit | ffb472f7d84952228dd244f4911806f0e6a31e77 (patch) | |
| tree | e700286f8734cf1692dbb4ceae275dd36d651727 | |
| parent | 902d0f825abc3a18278aadc2a8c3cd45dd8d308d (diff) | |
Bump todolist version0.8
| -rw-r--r-- | Rakefile | 2 | ||||
| -rw-r--r-- | todo.go | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -10,7 +10,7 @@ Envs = [ {goos: "windows", arch: "amd64"} ] -Version = "0.6" +Version = "0.8" task :build do `rm -rf dist/#{Version}` @@ -11,7 +11,7 @@ import ( ) const ( - VERSION = "0.7" + VERSION = "0.8" ) func main() { |
