diff options
Diffstat (limited to 'layouts/partials')
-rw-r--r-- | layouts/partials/js.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/js.html b/layouts/partials/js.html index fb7b802..81a6e35 100644 --- a/layouts/partials/js.html +++ b/layouts/partials/js.html @@ -3,7 +3,7 @@ * Dev toolset */ - console.log('Welcome to cState v2.0! https://github.com/cstate/cstate'); + console.log('You are using cState v2.0-rc4: https://github.com/cstate'); document.querySelector('html').className = 'js'; |