Skip to content

Commit

Permalink
v1.0.0 release -- version.go updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Randall C. O'Reilly committed Dec 30, 2019
1 parent ea71657 commit a5c2dfc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion leabra/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ clean:
$(GOCLEAN)

# NOTE: MUST update version number here prior to running 'make release'
VERS=v0.5.0
VERS=v1.0.0
PACKAGE=leabra
GIT_COMMIT=`git rev-parse --short HEAD`
VERS_DATE=`date -u +%Y-%m-%d\ %H:%M`
Expand Down
6 changes: 3 additions & 3 deletions leabra/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
package leabra

const (
Version = "v0.5.0"
GitCommit = "882f5cf" // the commit JUST BEFORE the release
VersionDate = "2019-06-12 10:19" // UTC
Version = "v1.0.0"
GitCommit = "ea71657" // the commit JUST BEFORE the release
VersionDate = "2019-12-30 10:51" // UTC
)

0 comments on commit a5c2dfc

Please sign in to comment.