diff --git a/doc/command-t.txt b/doc/command-t.txt index c40d9964..a847cb55 100644 --- a/doc/command-t.txt +++ b/doc/command-t.txt @@ -573,7 +573,7 @@ POSSIBILITY OF SUCH DAMAGE. HISTORY *command-t-history* -main (not yet released) ~ +6.0.0-a.3 (31 August 2022) ~ - fix: fix build problem on 32-bit systems; this was a regression introduced in 6.0.0-a.2 (https://github.com/wincent/command-t/commit/6c8e2a3e3b5acd00). diff --git a/lua/wincent/commandt/version.lua b/lua/wincent/commandt/version.lua index bc2c7c4b..e1c1e511 100644 --- a/lua/wincent/commandt/version.lua +++ b/lua/wincent/commandt/version.lua @@ -5,6 +5,6 @@ return { major = 6, minor = 0, patch = 0, - prerelease = 'a.2', - version = '6.0.0-a.2', + prerelease = 'a.3', + version = '6.0.0-a.3', }