Skip to content

Commit 1e8f615

Browse files
committed
Updated version number. oops
1 parent 2eb2cf1 commit 1e8f615

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

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

dist/1.7.3/redovc_win.zip

67 Bytes
Binary file not shown.

dist/1.7.3/redovcdarwin_amd64.tar.gz

6 Bytes
Binary file not shown.

dist/1.7.3/redovclinux_386.tar.gz

-5 Bytes
Binary file not shown.

dist/1.7.3/redovclinux_amd64.tar.gz

-1 Bytes
Binary file not shown.

dist/1.7.3/redovclinux_arm.tar.gz

-3 Bytes
Binary file not shown.

dist/1.7.3/redovclinux_arm64.tar.gz

9 Bytes
Binary file not shown.

dist/1.7.4/redovc_win.zip

3.22 MB
Binary file not shown.

dist/1.7.4/redovcdarwin_amd64.tar.gz

2.96 MB
Binary file not shown.

dist/1.7.4/redovclinux_386.tar.gz

2.92 MB
Binary file not shown.

dist/1.7.4/redovclinux_amd64.tar.gz

3.06 MB
Binary file not shown.

dist/1.7.4/redovclinux_arm.tar.gz

2.82 MB
Binary file not shown.

dist/1.7.4/redovclinux_arm64.tar.gz

2.86 MB
Binary file not shown.

redovc/app.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010

1111
const (
1212
// Current version of redovc.
13-
VERSION string = "1.7.3"
13+
VERSION string = "1.7.4"
1414

1515
DATE_FORMAT string = "2006-01-02"
1616
)

0 commit comments

Comments
 (0)