Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
GuidoPreite committed Sep 27, 2022
1 parent cec8345 commit e1c541d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/drb.initialize.js
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ DRB.InsertMainBodyContent = function () {
*/
DRB.Initialize = async function () {
// DRB Version
var drbVersion = "1.0.0.38";
var drbVersion = "1.0.0.39";
document.title = document.title + " " + drbVersion;
$("#" + DRB.DOM.VersionSpan.Id).html(drbVersion);

Expand Down
2 changes: 1 addition & 1 deletion js/drb_custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -18033,7 +18033,7 @@ DRB.InsertMainBodyContent = function () {
*/
DRB.Initialize = async function () {
// DRB Version
var drbVersion = "1.0.0.38";
var drbVersion = "1.0.0.39";
document.title = document.title + " " + drbVersion;
$("#" + DRB.DOM.VersionSpan.Id).html(drbVersion);

Expand Down

0 comments on commit e1c541d

Please sign in to comment.