Skip to content

Commit

Permalink
Push version 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
schollz committed Jan 6, 2017
1 parent 59b659f commit 569eb4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ SOURCES := $(shell find $(SOURCEDIR) -name '*.go')

BINARY=findserver

VERSION=2.3
VERSION=2.4
BUILD_TIME=`date +%FT%T%z`
BUILD=`git rev-parse HEAD`

Expand All @@ -12,12 +12,7 @@ LDFLAGS=-ldflags "-X main.VersionNum=${VERSION} -X main.Build=${BUILD} -X main.B
.DEFAULT_GOAL: $(BINARY)

$(BINARY): $(SOURCES)
go get -u -v github.com/boltdb/bolt
go get -u -v github.com/gin-gonic/contrib/sessions
go get -u -v github.com/gin-gonic/gin
go get -u -v github.com/stretchr/testify/assert
go get -u -v github.com/pquerna/ffjson/fflib/v1
go get -u -v github.com/schollz/org.eclipse.paho.mqtt.golang
go get -u -v github.com/schollz/find
go build ${LDFLAGS} -o ${BINARY} ${SOURCES}

.PHONY: install
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ![](https://www.internalpositioning.com/guide/img/wifi-marker-darkgrey-small.png) FIND

[![Build Status](https://travis-ci.org/schollz/find.svg?branch=master)](https://travis-ci.org/schollz/find)
[![Version 2.3](https://img.shields.io/badge/version-2.3-brightgreen.svg)](https://www.internalpositioning.com/guide/development/)
[![Version 2.4](https://img.shields.io/badge/version-2.4-brightgreen.svg)](https://www.internalpositioning.com/guide/development/)
[![Github All Releases](https://img.shields.io/github/downloads/schollz/find/total.svg)](https://github.com/schollz/find/releases)
[![FIND documentation](https://img.shields.io/badge/find-documentation-blue.svg)](https://doc.internalpositioning.com/)
![Coverage](https://img.shields.io/badge/coverage-57%25-orange.svg)
Expand Down

0 comments on commit 569eb4b

Please sign in to comment.