mirror of
https://github.com/gin-gonic/gin.git
synced 2025-05-21 01:17:49 +08:00
chore: add a version file includes gin version (#1549)
* chore: add a version file includes gin version * update version for dev version
This commit is contained in:
8
version.go
Normal file
8
version.go
Normal file
@ -0,0 +1,8 @@
|
||||
// Copyright 2018 Gin Core Team. All rights reserved.
|
||||
// Use of this source code is governed by a MIT style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package gin
|
||||
|
||||
// Version is the current gin framework's version.
|
||||
const Version = "v1.4.0-dev"
|
Reference in New Issue
Block a user