Skip to content

Commit

Permalink
1.7.8 release with config fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sottey committed Oct 26, 2023
1 parent 7ed9375 commit 1abcbf4
Show file tree
Hide file tree
Showing 14 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Envs = [
{ goos: "windows", arch: "amd64" }
].freeze

Version = "1.7.7".freeze
Version = "1.7.8".freeze

task :build do
`rm -rf dist/#{Version}`
Expand Down
Binary file modified dist/1.7.7/redovc_win.zip
Binary file not shown.
Binary file modified dist/1.7.7/redovcdarwin_amd64.tar.gz
Binary file not shown.
Binary file modified dist/1.7.7/redovclinux_386.tar.gz
Binary file not shown.
Binary file modified dist/1.7.7/redovclinux_amd64.tar.gz
Binary file not shown.
Binary file modified dist/1.7.7/redovclinux_arm.tar.gz
Binary file not shown.
Binary file modified dist/1.7.7/redovclinux_arm64.tar.gz
Binary file not shown.
Binary file added dist/1.7.8/redovc_win.zip
Binary file not shown.
Binary file added dist/1.7.8/redovcdarwin_amd64.tar.gz
Binary file not shown.
Binary file added dist/1.7.8/redovclinux_386.tar.gz
Binary file not shown.
Binary file added dist/1.7.8/redovclinux_amd64.tar.gz
Binary file not shown.
Binary file added dist/1.7.8/redovclinux_arm.tar.gz
Binary file not shown.
Binary file added dist/1.7.8/redovclinux_arm64.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion redovc/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

const (
// Current version of redovc.
VERSION string = "1.7.7"
VERSION string = "1.7.8"

DATE_FORMAT string = "2006-01-02"
)
Expand Down

0 comments on commit 1abcbf4

Please sign in to comment.