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 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Genki Sugawara committed Jul 22, 2017
1 parent 9d2d32b commit a981d12
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SHELL:=/bin/bash
VERSION=v0.3.4
VERSION=v0.3.5
GOOS=$(shell go env GOOS)
GOARCH=$(shell go env GOARCH)
RUNTIME_GOPATH=$(GOPATH):$(shell pwd)
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
gcredstash (0.3.5) unstable; urgency=low

* Add GCREDSTASH_GET_ERROUT env.
* Add GCREDSTASH_TRAILING_NEWLINE env.

-- Genki Sugawara <sgwr_dts@yahoo.co.jp> Sat, 22 Jul 2017 19:07:34 +0900

gcredstash (0.3.4) unstable; urgency=low

* Small fix get error message.
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.3.4
Version: 0.3.5
Release: 1%{?dist}
Summary: gcredstash manages credentials using AWS Key Management Service (KMS) and DynamoDB.

Expand Down
2 changes: 1 addition & 1 deletion homebrew/gcredstash.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'formula'

class Gcredstash < Formula
VERSION = '0.3.4'
VERSION = '0.3.5'

homepage 'https://github.com/winebarrel/gcredstash'
url "https://github.com/winebarrel/gcredstash/releases/download/v#{VERSION}/gcredstash-v#{VERSION}-darwin-amd64.gz"
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.3.4"
const Version string = "0.3.5"

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

0 comments on commit a981d12

Please sign in to comment.