Skip to content

Commit

Permalink
Update version string
Browse files Browse the repository at this point in the history
  • Loading branch information
psteiwer committed Apr 3, 2020
1 parent 2f4cca5 commit 88427d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AnalyzeThis/Utils.cls
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Class AnalyzeThis.Utils

ClassMethod GetVersion() As %String
{
Quit "v1.1.3"
Quit "v1.2.0"
}

ClassMethod GetNextRegex(ByRef pMatch, ByRef pResult, pIncludeTerm As %Boolean = 1) As %Boolean
Expand Down

0 comments on commit 88427d5

Please sign in to comment.