We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f417d7 commit 1f5de53Copy full SHA for 1f5de53
Rakefile
@@ -11,7 +11,7 @@ Envs = [
11
{ goos: "windows", arch: "amd64" }
12
].freeze
13
14
-Version = "1.7.9".freeze
+Version = "1.7.10".freeze
15
16
task :build do
17
`rm -rf dist/#{Version}`
lib/app.go
@@ -13,7 +13,7 @@ import (
const (
// Current version of redovc.
- VERSION string = "1.7.9"
+ VERSION string = "1.7.10"
18
DATE_FORMAT string = "2006-01-02"
19
)
0 commit comments