diff options
author | 2020-09-30 11:40:33 -0400 | |
---|---|---|
committer | 2020-09-30 11:40:33 -0400 | |
commit | 0ef0b92ce0a683a7a2e5b0657090065174d5013e (patch) | |
tree | 1b520936f3ad88ffe5d747b71b1db654686d70fe /core/init.lua | |
parent | 8634a51024fa029b56cd1b26df8c5b042d21b13e (diff) | |
download | textadept-0ef0b92ce0a683a7a2e5b0657090065174d5013e.tar.gz textadept-0ef0b92ce0a683a7a2e5b0657090065174d5013e.zip |
Updated for 11.0 beta.
Diffstat (limited to 'core/init.lua')
-rw-r--r-- | core/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/init.lua b/core/init.lua index ad3803ca..f71cd6be 100644 --- a/core/init.lua +++ b/core/init.lua @@ -1,6 +1,6 @@ -- Copyright 2007-2020 Mitchell. See LICENSE. -_RELEASE = 'Textadept 11.0 alpha 3' +_RELEASE = 'Textadept 11.0 beta' _COPYRIGHT = 'Copyright © 2007-2020 Mitchell. See LICENSE.\n' .. 'https://orbitalquark.github.io/textadept' |