Skip to content

Commit 1abcbf4

Browse files
committed
1.7.8 release with config fix
1 parent 7ed9375 commit 1abcbf4

14 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.7".freeze
14+
Version = "1.7.8".freeze
1515

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

dist/1.7.7/redovc_win.zip

109 KB
Binary file not shown.

dist/1.7.7/redovcdarwin_amd64.tar.gz

81.4 KB
Binary file not shown.

dist/1.7.7/redovclinux_386.tar.gz

91.7 KB
Binary file not shown.

dist/1.7.7/redovclinux_amd64.tar.gz

96 KB
Binary file not shown.

dist/1.7.7/redovclinux_arm.tar.gz

89.2 KB
Binary file not shown.

dist/1.7.7/redovclinux_arm64.tar.gz

87.9 KB
Binary file not shown.

dist/1.7.8/redovc_win.zip

3.33 MB
Binary file not shown.

dist/1.7.8/redovcdarwin_amd64.tar.gz

3.05 MB
Binary file not shown.

dist/1.7.8/redovclinux_386.tar.gz

3.01 MB
Binary file not shown.

dist/1.7.8/redovclinux_amd64.tar.gz

3.16 MB
Binary file not shown.

dist/1.7.8/redovclinux_arm.tar.gz

2.91 MB
Binary file not shown.

dist/1.7.8/redovclinux_arm64.tar.gz

2.95 MB
Binary file not shown.

redovc/app.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212

1313
const (
1414
// Current version of redovc.
15-
VERSION string = "1.7.7"
15+
VERSION string = "1.7.8"
1616

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

0 commit comments

Comments
 (0)