Skip to content

Commit

Permalink
upgraded to version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saalikmubeen committed Jun 3, 2024
1 parent 7309ca7 commit 512948a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/goravel/templates/new/go.mod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module ${APP_URL}
go 1.22.3

require (
github.com/saalikmubeen/goravel v2.0.0
github.com/saalikmubeen/goravel v1.4.0
github.com/CloudyKit/jet/v6 v6.2.0
github.com/go-chi/chi/v5 v5.0.12
github.com/upper/db/v4 v4.7.0
Expand Down
2 changes: 1 addition & 1 deletion goravel.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (

const (
// Version of Goravel
Version = "2.0.0"
Version = "1.4.0"
// http://patorjk.com/software/taag/#p=display&f=Ogre&t=Goravel
Banner = `
___ _
Expand Down

0 comments on commit 512948a

Please # to comment.