mirror of
https://github.com/xmonad/xmonad.git
synced 2025-07-30 19:51:52 -07:00
bump output of --version
This commit is contained in:
2
Main.hs
2
Main.hs
@@ -36,7 +36,7 @@ main = do
|
||||
["--resume", _] -> launch
|
||||
["--recompile"] -> recompile False >> return ()
|
||||
["--recompile-force"] -> recompile True >> return ()
|
||||
["--version"] -> putStrLn "xmonad 0.5"
|
||||
["--version"] -> putStrLn "xmonad 0.6"
|
||||
#ifdef TESTING
|
||||
("--run-tests":_) -> Properties.main
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user