diff options
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/support/texplate/main/kotlin/org/islandoftex/texplate/util/MessageUtils.kt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/support/texplate/main/kotlin/org/islandoftex/texplate/util/MessageUtils.kt b/Master/texmf-dist/source/support/texplate/main/kotlin/org/islandoftex/texplate/util/MessageUtils.kt index fbb68a819e5..574bc1db7ba 100644 --- a/Master/texmf-dist/source/support/texplate/main/kotlin/org/islandoftex/texplate/util/MessageUtils.kt +++ b/Master/texmf-dist/source/support/texplate/main/kotlin/org/islandoftex/texplate/util/MessageUtils.kt @@ -13,8 +13,7 @@ object MessageUtils { // the message width private const val WIDTH = 60 // the application version - private val VERSION = MessageUtils::class.java.`package`.implementationVersion - ?: "DEVELOPMENT BUILD" + private val VERSION = "1.0.5" /** * Prints a line in the terminal, without a line break. |