Skip to content
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.

Commit

Permalink
Bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
Genki Sugawara committed Oct 7, 2016
1 parent 7d8112e commit c7e62a7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=v0.2.8
VERSION=v0.2.9
GOOS=$(shell go env GOOS)
GOARCH=$(shell go env GOARCH)
RUNTIME_GOPATH=$(GOPATH):$(shell pwd)
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
gcredstash (0.2.9) unstable; urgency=low

* Fix build option. (force static link)

-- Genki Sugawara <sgwr_dts@yahoo.co.jp> Fri, 07 Oct 2016 16:27:14 +0900

gcredstash (0.2.8) unstable; urgency=low

* Update aws-sdk-go.
Expand Down
2 changes: 1 addition & 1 deletion gcredstash.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%define debug_package %{nil}

Name: gcredstash
Version: 0.2.8
Version: 0.2.9
Release: 1%{?dist}
Summary: gcredstash manages credentials using AWS Key Management Service (KMS) and DynamoDB.

Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package main

const Name string = "gcredstash"
const Version string = "0.2.8"
const Version string = "0.2.9"

// GitCommit describes latest commit hash.
// This value is extracted by git command when building.
Expand Down

0 comments on commit c7e62a7

Please sign in to comment.