Skip to content

Commit

Permalink
Released v4.1.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
houeland committed Nov 23, 2015
1 parent 6ef17f0 commit db562fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Kolproxy/Util.hs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ liftIO = Control.Monad.Reader.liftIO :: IO a -> Control.Monad.Reader.ReaderT Ref

runWithRef ref f = Control.Monad.Reader.runReaderT f (ref :: RefType)

kolproxy_version_number = "4.1.0-dev"
kolproxy_version_number = "4.1.0-beta"

kolproxy_version_string = "kolproxy/" ++ kolproxy_version_number

Expand Down
2 changes: 1 addition & 1 deletion scripts/kolproxy-internal/printer.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- printer.lua

local script_files_kolproxy_version = "4.1.0-dev"
local script_files_kolproxy_version = "4.1.0-beta"

-- io = nil
os = nil
Expand Down

0 comments on commit db562fb

Please sign in to comment.