Skip to content

Commit

Permalink
Set 1.0.1 in tcs
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanchor committed Feb 5, 2021
1 parent 6098234 commit 59cb204
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class TCsResource {
@Produces(MediaType.TEXT_HTML)
public TemplateInstance get() {
return tcs.data("active", "tcs")
.data("message", "Terms and conditions for version 1.0.0");
.data("message", "Terms and conditions for version 1.0.1");
}

}

0 comments on commit 59cb204

Please sign in to comment.