From 64c4bcf8fcc8b10267052ea8d137ab201be22643 Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Thu, 15 Aug 2019 13:46:53 -0400 Subject: [PATCH] Change version to 2 from 2-dev --- writeas.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/writeas.go b/writeas.go index fa87ae1..20d9f10 100644 --- a/writeas.go +++ b/writeas.go @@ -19,7 +19,7 @@ const ( torAPIURL = "http://writeas7pm7rcdqg.onion/api" // Current go-writeas version - Version = "2-dev" + Version = "2" ) // Client is used to interact with the Write.as API. It can be used to make