Skip to content

Commit

Permalink
Bumped VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeemster committed Aug 21, 2018
1 parent 50d517e commit 76cc9aa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ limitations under the License.
[travis-image]: https://travis-ci.org/snowplow/snowplow-tracking-cli.png?branch=master
[travis]: https://travis-ci.org/snowplow/snowplow-tracking-cli

[release-image]: http://img.shields.io/badge/release-0.2.0-6ad7e5.svg?style=flat
[release-image]: http://img.shields.io/badge/release-0.3.0-6ad7e5.svg?style=flat
[releases]: https://github.com/snowplow/snowplow-tracking-cli/releases

[license-image]: http://img.shields.io/badge/license-Apache--2-blue.svg?style=flat
Expand All @@ -111,6 +111,6 @@ limitations under the License.
[golang-tracker]: https://github.com/snowplow/snowplow-golang-tracker
[sd-json]: http://snowplowanalytics.com/blog/2014/05/15/introducing-self-describing-jsons/

[linux-binary]: https://bintray.com/snowplow/snowplow-generic/download_file?file_path=snowplow_tracking_cli_0.2.0_linux_amd64.zip
[windows-binary]: https://bintray.com/snowplow/snowplow-generic/download_file?file_path=snowplow_tracking_cli_0.2.0_windows_amd64.zip
[darwin-binary]: https://bintray.com/snowplow/snowplow-generic/download_file?file_path=snowplow_tracking_cli_0.2.0_darwin_amd64.zip
[linux-binary]: https://bintray.com/snowplow/snowplow-generic/download_file?file_path=snowplow_tracking_cli_0.3.0_linux_amd64.zip
[windows-binary]: https://bintray.com/snowplow/snowplow-generic/download_file?file_path=snowplow_tracking_cli_0.3.0_windows_amd64.zip
[darwin-binary]: https://bintray.com/snowplow/snowplow-generic/download_file?file_path=snowplow_tracking_cli_0.3.0_darwin_amd64.zip
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
0.3.0
2 changes: 1 addition & 1 deletion snowplowtrk.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
)

const (
appVersion = "0.2.0"
appVersion = "0.3.0"
appName = "snowplowtrk"
appUsage = "Snowplow Analytics Tracking CLI"
appCopyright = "(c) 2016-2018 Snowplow Analytics, LTD"
Expand Down

0 comments on commit 76cc9aa

Please sign in to comment.