Skip to content

Commit 451258f

Browse files
committed
fix version as well
1 parent 65cd8ca commit 451258f

File tree

3 files changed

+11
-13
lines changed

3 files changed

+11
-13
lines changed

SCC-OUTPUT-REPORT.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -250,16 +250,6 @@
250250
<td>0</td>
251251
<td>2222</td>
252252
<td>35</td>
253-
</tr><tr>
254-
<td>processor/bloom.go</td>
255-
<td></td>
256-
<td>37</td>
257-
<td>7</td>
258-
<td>12</td>
259-
<td>18</td>
260-
<td>2</td>
261-
<td>1051</td>
262-
<td>29</td>
263253
</tr><tr>
264254
<td>processor/cocomo_test.go</td>
265255
<td></td>
@@ -270,6 +260,16 @@
270260
<td>6</td>
271261
<td>699</td>
272262
<td>23</td>
263+
</tr><tr>
264+
<td>processor/bloom.go</td>
265+
<td></td>
266+
<td>37</td>
267+
<td>7</td>
268+
<td>12</td>
269+
<td>18</td>
270+
<td>2</td>
271+
<td>1051</td>
272+
<td>29</td>
273273
</tr><tr>
274274
<td>processor/helpers.go</td>
275275
<td></td>

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
github.com/boyter/gocodewalker v1.3.1 h1:rMKM5OCdTdEbNwOTUyZcoaxkY6Menr+IUMuQhKZRFZU=
2-
github.com/boyter/gocodewalker v1.3.1/go.mod h1:hXG8xzR1uURS+99P5/3xh3uWHjaV2XfoMMmvPyhrCDg=
31
github.com/boyter/gocodewalker v1.3.2 h1:aXC/Z0/lYKZUXNjpSl5kwfgdJs9qxkIoMatk6LyhdOY=
42
github.com/boyter/gocodewalker v1.3.2/go.mod h1:hXG8xzR1uURS+99P5/3xh3uWHjaV2XfoMMmvPyhrCDg=
53
github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=

processor/processor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020
)
2121

2222
// Version indicates the version of the application
23-
var Version = "3.3.0"
23+
var Version = "3.3.2"
2424

2525
// Flags set via the CLI which control how the output is displayed
2626

0 commit comments

Comments
 (0)