Skip to content

Commit

Permalink
Bump version to alpha.13
Browse files Browse the repository at this point in the history
  • Loading branch information
dinesh committed Apr 21, 2018
1 parent 7aa46ed commit 03bbce0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 23 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [UNRELEASED] - 0000-00-00

## [1.0.0-alpha.13] - 2018-04-21
### Fixes
- [CLI] Remove code and description from GRCP errors
- [API] Skipping ephemeral pods while log streaming
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=1.0.0-alpha.12
version=1.0.0-alpha.13
MODEL_PROTO_DIR=./api/models
SERVICE_PROTO_DIR=./api/controller
VEDNOR_GOOGLE_APIS=./vendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis
Expand Down
2 changes: 1 addition & 1 deletion cmd/stdcli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var (
)

func init() {
Version = "1.0.0-alpha.12"
Version = "1.0.0-alpha.13"
LocalAppDir = ".datacol"
Binary = filepath.Base(os.Args[0])
Commands = []cli.Command{}
Expand Down
2 changes: 1 addition & 1 deletion hack/make.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'rubygems'

$version = ENV.fetch('VERSION', "1.0.0-alpha.12")
$version = ENV.fetch('VERSION', "1.0.0-alpha.13")
$env = ENV.fetch('DATACOL_ENV') # dev or prod
$cgo = ENV.fetch("CGO_ENABLED", "0")

Expand Down
20 changes: 0 additions & 20 deletions mini.json

This file was deleted.

0 comments on commit 03bbce0

Please sign in to comment.