mirror of
				https://github.com/kata-containers/kata-containers.git
				synced 2025-11-04 03:29:55 +00:00 
			
		
		
		
	kata-monitor: bump version to 0.2.0
We now support any container engine CRI compliant. Let's bump the kata-monitor version to 0.2.0. Signed-off-by: Francesco Giudici <fgiudici@redhat.com>
This commit is contained in:
		@@ -25,7 +25,7 @@ var logLevel = flag.String("log-level", "info", "Log level of logrus(trace/debug
 | 
				
			|||||||
var (
 | 
					var (
 | 
				
			||||||
	appName = "kata-monitor"
 | 
						appName = "kata-monitor"
 | 
				
			||||||
	// version is the kata monitor version.
 | 
						// version is the kata monitor version.
 | 
				
			||||||
	version = "0.1.0"
 | 
						version = "0.2.0"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	GitCommit = "unknown-commit"
 | 
						GitCommit = "unknown-commit"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user