summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-04-02 13:31:52 +0530
committerAndinus <andinus@nand.sh>2020-04-02 13:31:52 +0530
commitd0ae6bd6216d3c16aaa1cd6852a88717b266ee62 (patch)
tree93d527feef3f407bd6ea64fd1ef4ec58942b1435
parentcf93554a7739e397e4977bde4fa4818bd58ae234 (diff)
downloadcetus-d0ae6bd6216d3c16aaa1cd6852a88717b266ee62.tar.gz
Bump version to v0.6.3
-rw-r--r--README.org3
-rw-r--r--cmd/cetus/main.go2
2 files changed, 3 insertions, 2 deletions
diff --git a/README.org b/README.org
index aefe327..c7d8467 100644
--- a/README.org
+++ b/README.org
@@ -68,7 +68,8 @@ it before running.
 *Warning*: Don't use random flag on BPOD, it has been disabled in v0.6.1 but
 v0.6.0 will cause issues if random flag is used with BPOD.
 
-*Update*: This bug was fixed in v0.6.2, pre-built binary not yet uploaded.
+*Update*: This bug was fixed in v0.6.2, pre-built binary not yet uploaded. If
+possible use v0.6.3, latest version.
 
 =cetus set bpod -random # don't do this=
 
diff --git a/cmd/cetus/main.go b/cmd/cetus/main.go
index b7419ec..8efc17c 100644
--- a/cmd/cetus/main.go
+++ b/cmd/cetus/main.go
@@ -9,7 +9,7 @@ import (
 )
 
 var (
-	version string = "v0.6.2"
+	version string = "v0.6.3"
 	dump    bool
 	random  bool
 	notify  bool
c4af3385755033b2cca93057'>^
8b59083 ^


3aad922 ^
650a1fb ^
b9da4b0 ^
8b59083 ^
b9da4b0 ^
3aad922 ^
c47da14 ^




b9da4b0 ^
439e15d ^
3399650 ^
1076f2b

439e15d ^
1076f2b

8b59083 ^







650a1fb ^
8b59083 ^








1076f2b
da2bbd3 ^

3399650 ^
a05beb6 ^
896f08d ^
a05beb6 ^
2e836ec ^

a05beb6 ^
66da153 ^
1076f2b
1076f2b
1076f2b
efa7e51 ^
1076f2b

3aad922 ^



66da153 ^
3aad922 ^

366d81e ^


c47da14 ^

366d81e ^

1076f2b
9cd686c ^
3399650 ^
1076f2b
da2bbd3 ^
66da153 ^

29355bd ^
1076f2b
9cd686c ^

39677ec ^
650a1fb ^
efa7e51 ^
39677ec ^
439e15d ^
0053620 ^
3399650 ^


c0705ee ^
7fe717c ^
c0705ee ^
2a0fc84 ^
c0705ee ^
dfd84f9 ^
2e836ec ^
c0705ee ^

3399650 ^
d7e1708 ^
c0705ee ^

e7fa504 ^
c0705ee ^

9e8b325 ^


d7e1708 ^
29355bd ^

16c67f3 ^
b9da4b0 ^
9e8b325 ^
c0705ee ^


c47da14 ^
9e8b325 ^
29355bd ^




8b59083 ^
d7e1708 ^
8b59083 ^
c47da14 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148