mirror of
https://github.com/kataras/iris.git
synced 2025-02-10 02:56:20 +01:00
5 lines
107 B
Go
5 lines
107 B
Go
|
package main
|
||
|
|
||
|
// Version is the current version of the iris url-shortener example.
|
||
|
const Version = "0.0.2"
|