Skip to content

Commit

Permalink
Update version.tcl
Browse files Browse the repository at this point in the history
Add program_name field to SpecTcl version REST response.
  • Loading branch information
rfoxkendo authored Nov 28, 2023
1 parent 884c9c3 commit b7a8ddf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main/rest/custom/version.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ proc SpecTcl_version {} {
[json::write object \
major $major minor $minor \
editlevel [json::write string $edit] \
program_name [json:write string SpecTcl] \
] \
]
}

0 comments on commit b7a8ddf

Please sign in to comment.