Skip to content

Commit 725cd5e

Browse files
committed
1.7.9 release. removed dist folder from git
1 parent 50dcf67 commit 725cd5e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ redovc.code-workspace
33
main
44
.DS_Store
55
main
6+
dist

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

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

lib/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.8"
15+
VERSION string = "1.7.9"
1616

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

0 commit comments

Comments
 (0)