Skip to content

Commit

Permalink
Really bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
samoht committed Sep 21, 2011
1 parent b5d0da4 commit 4fac4a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.nw
Expand Up @@ -20,7 +20,7 @@ exception Usage of string
let error fmt = Printf.kprintf (fun msg -> raise (Usage msg)) fmt
let printf = Printf.printf
let sprintf = Printf.sprintf
let version = "0.9.0"
let version = "0.9.1"
let (@@) f x = f x

let this = Sys.argv.(0)
Expand Down

0 comments on commit 4fac4a5

Please sign in to comment.