diff options
author | 2020-10-30 14:59:31 -0400 | |
---|---|---|
committer | 2020-10-30 14:59:31 -0400 | |
commit | 48f71d6acc4cb1e62c137b874404cc2a0571f621 (patch) | |
tree | ae6fb5975cdb1475d492e1270b0595c543fa7a8f /core/init.lua | |
parent | 065fb5c913195669647e4533121e9dcbd85c917c (diff) | |
download | textadept-48f71d6acc4cb1e62c137b874404cc2a0571f621.tar.gz textadept-48f71d6acc4cb1e62c137b874404cc2a0571f621.zip |
Updated for 11.0 beta 2.
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 e2674e48..e27dae72 100644 --- a/core/init.lua +++ b/core/init.lua @@ -1,6 +1,6 @@ -- Copyright 2007-2020 Mitchell. See LICENSE. -_RELEASE = 'Textadept 11.0 beta' +_RELEASE = 'Textadept 11.0 beta 2' _COPYRIGHT = 'Copyright © 2007-2020 Mitchell. See LICENSE.\n' .. 'https://orbitalquark.github.io/textadept' |