Skip to content

Commit

Permalink
Bumped version to v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
langston-barrett committed Jul 20, 2015
1 parent f4396bd commit 8e071e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#### GLOBALS

version="0.2"
version="0.2.1"
src="./src/github.com/CiscoCloud/distributive"
bindir="./bin/"

Expand Down
4 changes: 2 additions & 2 deletions packages/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ samples=../samples

#### PACKAGE

gem_dir="~/.gem/ruby/2.2.0/bin/"
gem_dir="$HOME/.gem/ruby/2.2.0/bin/"
PATH=$PATH:$gem_dir
fpm -s dir -t rpm -n distributive -f -d go -m [email protected] -v $version --epoch 0 $binary=$binary_dir $samples=$sample_dir
fpm -s dir -t rpm -n distributive -f -d go -m [email protected] -v "$version" --epoch 0 "$binary"="$binary_dir" "$samples"="$sample_dir"

0 comments on commit 8e071e1

Please sign in to comment.