Skip to content

Commit

Permalink
chore(release): bumped version to v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
whatwewant committed Jun 12, 2023
1 parent 06dcc5e commit cd530ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/core.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func Run(cfg *Config) (err error) {
for {
printMemUsage()

// log.Println(cfg.data[memorySize-1])
cfg.data[memorySize-1] = byte(128)
time.Sleep(time.Second)
}

Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main

// Version is the version of lighthouse
var Version = "1.0.5"
var Version = "1.0.6"

0 comments on commit cd530ab

Please sign in to comment.