diff --git a/slit.go b/slit.go index 65822ef..157d8b8 100644 --- a/slit.go +++ b/slit.go @@ -16,6 +16,8 @@ import ( "sync" ) +const VERSION = "1.1.4" + func check(e error) { if e != nil { panic(e) @@ -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")