Skip to content

Commit

Permalink
Update REST.cls
Browse files Browse the repository at this point in the history
Version Bump
  • Loading branch information
jakcpto committed Oct 11, 2023
1 parent 54a730b commit 48071f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MDX2JSON/REST.cls
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ ClassMethod Test() As %Status
set obj.Status = "OK"
set obj.Embed = $g(^MDX2JSON.Embed, $g(^%MDX2JSON.Embed, ""))
set obj.User = $Username
set obj.Version = "3.2.5"
set obj.Version = "3.2.35"
set obj.Parent = ##class(MDX2JSON.Tests).#LastCommit
set obj.ParentTS = ##class(MDX2JSON.Tests).#LastCommitTS
set obj.DefaultApp = $System.CSP.GetDefaultApp($Namespace)
Expand Down

0 comments on commit 48071f7

Please sign in to comment.