Skip to content

Commit

Permalink
Changed outdated comment for version constants template
Browse files Browse the repository at this point in the history
  • Loading branch information
Forceu committed Jul 15, 2024
1 parent 94def51 commit 38d5275
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/webserver/web/templates/string_constants.tmpl
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// Change these for rebranding
// File contains auto-generated values. Do not change manually
{{define "version"}}1.9.0{{end}}

// Specifies the version of JS files, so that the browser doesn't
// use a cached version, if the file has been updated
{{define "js_admin_version"}}4{{end}}
{{define "js_dropzone_version"}}4{{end}}
{{define "js_e2eversion"}}3{{end}}
{{define "css_main"}}2{{end}}
{{define "css_main"}}2{{end}}

0 comments on commit 38d5275

Please sign in to comment.