Skip to content

Commit

Permalink
fix: just 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
povilass committed Dec 25, 2023
1 parent 6479edf commit 1937e5b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions puppy.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,7 @@ func From12() {
func From13() {
fmt.Println("I'm from version 1.3.0")
}

func From14() {
fmt.Println("I'm from version 1.4.0")
}

0 comments on commit 1937e5b

Please sign in to comment.