Skip to content

Commit

Permalink
Bump version to 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentlb committed Jun 3, 2018
1 parent 3e6c8e8 commit 380488f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ast.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ open System.IO

type targetOutput = Text | CHeader | CList | JS | Nasm

let version = "1.1.5" // Shader Minifer version
let version = "1.1.6" // Shader Minifer version
let debugMode = true

let nullOut = new StreamWriter(Stream.Null) :> TextWriter
Expand Down

0 comments on commit 380488f

Please sign in to comment.