We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50dcf67 commit 725cd5eCopy full SHA for 725cd5e
.gitignore
@@ -3,3 +3,4 @@ redovc.code-workspace
3
main
4
.DS_Store
5
6
+dist
Rakefile
@@ -11,7 +11,7 @@ Envs = [
11
{ goos: "windows", arch: "amd64" }
12
].freeze
13
14
-Version = "1.7.8".freeze
+Version = "1.7.9".freeze
15
16
task :build do
17
`rm -rf dist/#{Version}`
lib/app.go
@@ -12,7 +12,7 @@ import (
const (
// Current version of redovc.
- VERSION string = "1.7.8"
+ VERSION string = "1.7.9"
DATE_FORMAT string = "2006-01-02"
18
)
0 commit comments