Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kavishgr committed Apr 10, 2024
1 parent 549e8f4 commit e06c7dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func main() {
regex = utils.SetRegex(ost, arch)
stdInUrls = make(chan string)
jobs sync.WaitGroup
version = "0.1.0"
version = "0.1.2"
)

if token == "" {
Expand Down Expand Up @@ -63,7 +63,7 @@ func main() {
}
}

jobs.Wait()
jobs.Wait() // wait for above jobs to finish

switch {
case opts.Version:
Expand Down

0 comments on commit e06c7dc

Please sign in to comment.