Skip to content
This repository was archived by the owner on Jul 15, 2025. It is now read-only.

Commit 88c6c24

Browse files
author
Xavier Dumesnil
committed
Bump version
1 parent 4f69692 commit 88c6c24

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
X.X.X / unreleased
1+
0.2.4 / 2014-07-15
22

33
* Fix auth login and logout
4+
* Fix project description with several words (#14)
5+
* Improve test suite and code coverage
46

57
0.2.3 / 2014-07-04
68

commands/app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ func App() (*cli.App, error) {
1010
app := cli.NewApp()
1111
app.Name = "gemnasium"
1212
app.Usage = "Gemnasium toolbelt"
13-
app.Version = "0.2.3"
13+
app.Version = "0.2.4"
1414
app.Author = "Gemnasium"
1515
app.Email = "[email protected]"
1616
app.Flags = []cli.Flag{

0 commit comments

Comments
 (0)