Skip to content

Commit

Permalink
correct version number
Browse files Browse the repository at this point in the history
  • Loading branch information
♠ ace hacker committed Apr 16, 2013
1 parent f6cc57f commit 5dea245
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
@@ -1,6 +1,7 @@
0.1.3 2013-04-16 Ryan Smith <r@32k.io>

* BUGFIX: the skip-headers feature (bug?) would block all outgoing data
https://s3-us-west-2.amazonaws.com/log-shuttle/debs/log-shuttle_0.1.3_amd64.deb

0.0.1 2013-04-16 Ryan Smith <r@32k.io>

Expand Down
2 changes: 1 addition & 1 deletion Makefile
@@ -1,6 +1,6 @@
#!/usr/bin/env make -f

VERSION := 0.1.3
VERSION := 0.1.4

tempdir := $(shell mktemp -d)
controldir := $(tempdir)/DEBIAN
Expand Down
2 changes: 1 addition & 1 deletion main.go
Expand Up @@ -18,7 +18,7 @@ import (
"time"
)

var logShuttleVersion = "0.1.3"
var logShuttleVersion = "0.1.4"

var (
reqInFlight sync.WaitGroup
Expand Down

0 comments on commit 5dea245

Please sign in to comment.