Skip to content

Commit

Permalink
vcs add
Browse files Browse the repository at this point in the history
  • Loading branch information
nnao45 committed Jun 6, 2018
1 parent 535f463 commit 8a3b7e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ before_script:
- make dist
- make
script:
- bin/dntk -v
- bin/dntk --version
deploy:
provider: releases
skip_cleanup: true
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ GO15VENDOREXPERIMENT=1

NAME := dntk
TARGET := bin/$(NAME)
VERSION := 1.0.3
VERSION := 1.0.4
DIST_DIRS := find * -type d -exec

SRCS := $(shell find . -type f -name '*.go')
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Travis CI](https://travis-ci.org/nnao45/dntk.svg?branch=master)](https://travis-ci.org/nnao45/dntk)
[![v1.0.0](https://img.shields.io/badge/package-v1.0.0-ff69b4.svg)](https://github.com/nnao45/dntk/releases/tag/1.0.2)
[![v1.0.0](https://img.shields.io/badge/package-v1.0.4-ff69b4.svg)](https://github.com/nnao45/dntk/releases/tag/1.0.4)
[![license](http://img.shields.io/badge/license-MIT-red.svg?style=flat)](https://raw.githubusercontent.com/nnao45/dntk/master/LICENSE)
[![Go Report Card](https://goreportcard.com/badge/github.com/nnao45/dntk)](https://goreportcard.com/report/github.com/nnao45/dntk)

Expand Down

0 comments on commit 8a3b7e6

Please sign in to comment.