Skip to content

Commit

Permalink
misc: version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjozork committed Jan 12, 2020
1 parent de0cd3d commit 29cb2e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/blogify/backend/Application.kt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ import kotlinx.coroutines.runBlocking

import org.slf4j.event.Level

const val version = "0.2.0-preRelease"
const val version = "0.2.0"

@Suppress("GrazieInspection")
const val asciiLogo = """
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<span class="separator"></span>

<div id="version-container">
<span id="version-number">Blogify v0.2.0-preRelease</span>
<span id="version-number">Blogify v0.2.0</span>
<span id="version-detailed">Build XXXX</span>
</div>

Expand Down

0 comments on commit 29cb2e8

Please sign in to comment.