mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Bumped version numbers. (#291)
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
)
|
||||
|
||||
// Version of IronFunctions
|
||||
var Version = "0.0.81"
|
||||
var Version = "0.1.0"
|
||||
|
||||
func handleVersion(c *gin.Context) {
|
||||
c.JSON(http.StatusOK, gin.H{"version": Version})
|
||||
|
||||
@@ -1,11 +1,7 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
#
|
||||
# This script is meant for quick & easy install via:
|
||||
# 'curl -sSL https://fn.iron.io/install | sh'
|
||||
# or:
|
||||
# 'wget -qO- https://fn.iron.io/install | sh'
|
||||
#
|
||||
|
||||
# Install script to install fnctl
|
||||
|
||||
release='0.1.0'
|
||||
|
||||
@@ -12,7 +12,7 @@ import (
|
||||
func main() {
|
||||
app := cli.NewApp()
|
||||
app.Name = "fnctl"
|
||||
app.Version = "0.0.1"
|
||||
app.Version = "0.1.0"
|
||||
app.Authors = []cli.Author{{Name: "iron.io"}}
|
||||
app.Usage = "IronFunctions command line tools"
|
||||
app.UsageText = `Check the manual at https://github.com/iron-io/functions/blob/master/fnctl/README.md
|
||||
|
||||
Reference in New Issue
Block a user