Skip to content

Commit 1f5de53

Browse files
committed
Rakefile update
1 parent 9f417d7 commit 1f5de53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Envs = [
1111
{ goos: "windows", arch: "amd64" }
1212
].freeze
1313

14-
Version = "1.7.9".freeze
14+
Version = "1.7.10".freeze
1515

1616
task :build do
1717
`rm -rf dist/#{Version}`

lib/app.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313

1414
const (
1515
// Current version of redovc.
16-
VERSION string = "1.7.9"
16+
VERSION string = "1.7.10"
1717

1818
DATE_FORMAT string = "2006-01-02"
1919
)

0 commit comments

Comments
 (0)