Skip to content

Commit

Permalink
Merge branch 'release/v0.5.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Gardner committed May 29, 2018
2 parents 8d42ca4 + 1e55fb9 commit aaf296e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
GOPATH=/Users/runeimp/dev/apps/ballistic
VERSION=0.5.0
VERSION=0.5.1
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Ballistic v0.5.0
Ballistic v0.5.1
================

Command line ballistics calculator
Expand Down Expand Up @@ -100,7 +100,7 @@ USAGE:
ballistic [global options]
VERSION:
0.5.0
0.5.1
GLOBAL OPTIONS:
--debug, -D Output debug info
Expand Down
2 changes: 1 addition & 1 deletion ballistic.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import (
//
// CONSTANTS
//
const APP_VERSION = "0.5.0"
const APP_VERSION = "0.5.1"


//
Expand Down
2 changes: 1 addition & 1 deletion src/github.com/runeimp/ballistic/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ COPYRIGHT:
VALUE SUFFIXES:
All input values may be suffixed to allow for broader input selection.
ANGEL
ANGLE
d, deg, degree, degrees
r, rad, radian, radians
LENGTH
Expand Down

0 comments on commit aaf296e

Please sign in to comment.