mirror of https://github.com/portainer/portainer
				
				
				
			chore(version): bump version number
							parent
							
								
									502c8718c5
								
							
						
					
					
						commit
						9f22e01d3b
					
				| 
						 | 
					@ -6,7 +6,7 @@ import (
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// main is the entry point of the program
 | 
					// main is the entry point of the program
 | 
				
			||||||
func main() {
 | 
					func main() {
 | 
				
			||||||
	kingpin.Version("1.8.0")
 | 
						kingpin.Version("1.8.1")
 | 
				
			||||||
	var (
 | 
						var (
 | 
				
			||||||
		endpoint  = kingpin.Flag("host", "Dockerd endpoint").Default("unix:///var/run/docker.sock").Short('H').String()
 | 
							endpoint  = kingpin.Flag("host", "Dockerd endpoint").Default("unix:///var/run/docker.sock").Short('H').String()
 | 
				
			||||||
		addr      = kingpin.Flag("bind", "Address and port to serve Portainer").Default(":9000").Short('p').String()
 | 
							addr      = kingpin.Flag("bind", "Address and port to serve Portainer").Default(":9000").Short('p').String()
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -164,4 +164,4 @@ angular.module('portainer', [
 | 
				
			||||||
  .constant('DOCKER_PORT', '') // Docker port, leave as an empty string if no port is requred.  If you have a port, prefix it with a ':' i.e. :4243
 | 
					  .constant('DOCKER_PORT', '') // Docker port, leave as an empty string if no port is requred.  If you have a port, prefix it with a ':' i.e. :4243
 | 
				
			||||||
  .constant('CONFIG_ENDPOINT', 'settings')
 | 
					  .constant('CONFIG_ENDPOINT', 'settings')
 | 
				
			||||||
  .constant('TEMPLATES_ENDPOINT', 'templates')
 | 
					  .constant('TEMPLATES_ENDPOINT', 'templates')
 | 
				
			||||||
  .constant('UI_VERSION', 'v1.8.0');
 | 
					  .constant('UI_VERSION', 'v1.8.1');
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,6 +1,6 @@
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  "name": "portainer",
 | 
					  "name": "portainer",
 | 
				
			||||||
  "version": "1.8.0",
 | 
					  "version": "1.8.1",
 | 
				
			||||||
  "homepage": "https://github.com/cloud-inovasi/portainer",
 | 
					  "homepage": "https://github.com/cloud-inovasi/portainer",
 | 
				
			||||||
  "authors": [
 | 
					  "authors": [
 | 
				
			||||||
    "Anthony Lapenna <anthony.lapenna@cloudinovasi.id>"
 | 
					    "Anthony Lapenna <anthony.lapenna@cloudinovasi.id>"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -2,7 +2,7 @@
 | 
				
			||||||
  "author": "Cloud Inovasi",
 | 
					  "author": "Cloud Inovasi",
 | 
				
			||||||
  "name": "portainer",
 | 
					  "name": "portainer",
 | 
				
			||||||
  "homepage": "https://github.com/cloud-inovasi/portainer",
 | 
					  "homepage": "https://github.com/cloud-inovasi/portainer",
 | 
				
			||||||
  "version": "1.8.0",
 | 
					  "version": "1.8.1",
 | 
				
			||||||
  "repository": {
 | 
					  "repository": {
 | 
				
			||||||
    "type": "git",
 | 
					    "type": "git",
 | 
				
			||||||
    "url": "git@github.com:cloud-inovasi/portainer.git"
 | 
					    "url": "git@github.com:cloud-inovasi/portainer.git"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue