From 4a585ea863785139fddac6de8168fc17c9530ab7 Mon Sep 17 00:00:00 2001
From: RandomChars <random@chars.jp>
Date: Thu, 19 Aug 2021 15:04:56 +0900
Subject: [PATCH] bump to overwrite bad previous tag

---
 store/store.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/store/store.go b/store/store.go
index 619eff4..803a4f1 100644
--- a/store/store.go
+++ b/store/store.go
@@ -12,7 +12,7 @@ import (
 	"sync"
 )
 
-const revision = -7
+const revision = -8
 
 var (
 	imageNode *snowflake.Node
-- 
GitLab