Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
tbaliance committed Mar 31, 2018
1 parent b601beb commit 26fad5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions update-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ package gooxml
import "time"
// Release is the last release version of the software.
var ReleaseVersion = "v0.4.0"
var ReleaseVersion = "v0.5000"
// ReleaseDate is the release date of the source code for licensing purposes.
var ReleaseDate = time.Date(`date +%Y`,`date +%_m`,`date +%_d`,0,0,0,0,time.UTC)
__EOF
goimports -w version.go
goimports -w version.go
5 changes: 2 additions & 3 deletions version.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ package gooxml

import "time"

// ReleaseVersion is the last release version of the software and must be in the
// format x.y
// Release is the last release version of the software.
var ReleaseVersion = "v0.5000"

// ReleaseDate is the release date of the source code for licensing purposes.
var ReleaseDate = time.Date(2018, 1, 4, 0, 0, 0, 0, time.UTC)
var ReleaseDate = time.Date(2018, 3, 30, 0, 0, 0, 0, time.UTC)

0 comments on commit 26fad5d

Please sign in to comment.