From 24a81c62fb6089182428b76ff997d53f0ddcf234 Mon Sep 17 00:00:00 2001 From: mcc Date: Wed, 24 Jan 2018 14:01:12 -0500 Subject: [PATCH] Update version number to 1.0.2 --- version.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.lua b/version.lua index cd1e272..b0abb74 100644 --- a/version.lua +++ b/version.lua @@ -12,7 +12,7 @@ version = { -- Which released version number does this have (used for basically nothing) -- Put your name in here as a variant or something I guess - release = "1.0.1", + release = "1.0.2", -- Which version of the way of shuttling data over IRC is this? -- Increment this number if you change the handshake or the way tables are encoded into text in pipe.lua