Skip to content

Commit

Permalink
Bump version to 2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Persson committed Dec 18, 2015
1 parent 3b47c84 commit 23248d8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
NAME=etcdtool
BUILDDIR=.build
SRCDIR=github.com/mickep76/$(NAME)
VERSION:=2.8
VERSION:=2.9
RELEASE:=$(shell date -u +%Y%m%d%H%M)
ARCH:=$(shell uname -p)

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/github.com/mickep76/etcdtool/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main

// Version for app.
const Version = "2.8"
const Version = "2.9"

0 comments on commit 23248d8

Please sign in to comment.