Skip to content

Commit

Permalink
Version bump: 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tigrawap committed May 7, 2017
1 parent 3259828 commit 836bc0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions slit.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ import (
"sync"
)

const VERSION = "1.1.4"

func check(e error) {
if e != nil {
panic(e)
Expand Down Expand Up @@ -65,8 +67,6 @@ func (c *Config) isStdinRead() bool {

}

const VERSION = "1.1.2"

func main() {
flag.StringVarP(&config.outPath, "output", "O", "", "Sets stdin cache location, if not set tmp file used, if set file preserved")
flag.BoolVar(&logging.Config.Enabled, "debug", false, "Enables debug messages, written to /tmp/slit.log")
Expand Down

0 comments on commit 836bc0e

Please sign in to comment.