Skip to content

Commit

Permalink
New feat: Set Counter to 14 (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
pwtyler authored Jan 4, 2024
1 parent 0ceca80 commit 965c3a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ See the robots hard at work.
## Changelog

### 0.3.9-dev
* Set Counter to 14 [[#](https://github.com/pantheon-systems/plugin-pipeline-example/pull/#)]

### 0.3.8 (21 December 2023)
* Set Counter to 13 [[67](https://github.com/pantheon-systems/plugin-pipeline-example/pull/67)]
Expand Down
2 changes: 1 addition & 1 deletion rossums-universal-robots.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* @since 0.1.1
*/
function rur_counter() {
return 13;
return 14;
}

/**
Expand Down

0 comments on commit 965c3a7

Please sign in to comment.