Skip to content

Commit

Permalink
add version.go to vcs
Browse files Browse the repository at this point in the history
  • Loading branch information
kukymbr committed Aug 25, 2024
1 parent 2348b80 commit c70eca6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,4 @@

# Test generated files
coverage_out
coverage.html

# Go generated files
cmd/tgnotifier/version.go
coverage.html
4 changes: 4 additions & 0 deletions cmd/tgnotifier/version.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package main

// The tgnotifier version, generated in main.go.
const version = "v0.4.2"

0 comments on commit c70eca6

Please sign in to comment.