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 cbd8731 commit 535f463
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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.2
VERSION := 1.0.3
DIST_DIRS := find * -type d -exec

SRCS := $(shell find . -type f -name '*.go')
Expand Down Expand Up @@ -32,7 +32,7 @@ run:
upde:
dep ensure -update

.PHONY: dep
.PHONY: deps
dep:
dep ensure

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Travis CI](https://travis-ci.org/nnao45/pexpo.svg?branch=master)](https://travis-ci.org/nnao45/pexpo)
[![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)
[![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 535f463

Please sign in to comment.