You've already forked woodpecker
							
							
				mirror of
				https://github.com/woodpecker-ci/woodpecker.git
				synced 2025-10-30 23:27:39 +02:00 
			
		
		
		
	bump static version
This commit is contained in:
		| @@ -118,7 +118,7 @@ pipeline: | ||||
|     image: plugins/docker | ||||
|     repo: drone/drone | ||||
|     secrets: [ docker_username, docker_password ] | ||||
|     tag: [ 0.8, 0.8.8 ] | ||||
|     tag: [ 0.8, 0.8.9 ] | ||||
|     when: | ||||
|       event: tag | ||||
|  | ||||
| @@ -127,7 +127,7 @@ pipeline: | ||||
|     repo: drone/agent | ||||
|     dockerfile: Dockerfile.agent | ||||
|     secrets: [ docker_username, docker_password ] | ||||
|     tag: [ 0.8, 0.8.8 ] | ||||
|     tag: [ 0.8, 0.8.9 ] | ||||
|     when: | ||||
|       event: tag | ||||
|  | ||||
|   | ||||
| @@ -22,7 +22,7 @@ var ( | ||||
| 	// VersionMinor is for functionality in a backwards-compatible manner. | ||||
| 	VersionMinor int64 = 8 | ||||
| 	// VersionPatch is for backwards-compatible bug fixes. | ||||
| 	VersionPatch int64 = 8 | ||||
| 	VersionPatch int64 = 9 | ||||
| 	// VersionPre indicates prerelease. | ||||
| 	VersionPre string | ||||
| 	// VersionDev indicates development branch. Releases will be empty string. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user