Skip to content

Commit

Permalink
This is beta, not final yet
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsauter committed Mar 14, 2017
1 parent cb685c7 commit aba7db2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Unreleased

## 3.0.0 (2017-03-13)
## 3.0.0 beta (2017-03-13)

As this is a major release, lots of things have changed. Please review the
following list very carefully and adjust as needed.
Expand Down
2 changes: 1 addition & 1 deletion crane/version_basic.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ import (
)

func printVersion() {
fmt.Println("v3.0.0")
fmt.Println("v3.0.0 beta")
}

0 comments on commit aba7db2

Please sign in to comment.