Skip to content

Commit

Permalink
set version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfairbanks committed Oct 18, 2017
1 parent 3ff913a commit 723d88a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions featex/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ package main
var GitCommit string

// The main version number that is being run at the moment.
const Version = "0.1.0"
const Version = "1.0.0"

// A pre-release marker for the version. If this is "" (empty string)
// then it means that it is a final release. Otherwise, this is a pre-release
// such as "dev" (in development)
var VersionPrerelease = "alpha"
var VersionPrerelease = ""

0 comments on commit 723d88a

Please sign in to comment.