Skip to content

Commit

Permalink
auto rev id
Browse files Browse the repository at this point in the history
  • Loading branch information
iampogo committed Jun 13, 2017
1 parent 7cab800 commit 9370f0c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion generated/rev/RevId.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

public final class RevId {
public final String Id = "1.2-stable/rev3137";
public final String Id = "1.2-stable/rev3138";
}
2 changes: 1 addition & 1 deletion generated/rev/revid.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package rev

const ID string = "1.2-stable/rev3137"
const ID string = "1.2-stable/rev3138"
2 changes: 1 addition & 1 deletion generated/rev/revid.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

export const rev_id = "1.2-stable/rev3137"
export const rev_id = "1.2-stable/rev3138"
2 changes: 1 addition & 1 deletion generated/rev/revid.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

module Chain::Rev
ID = "1.2-stable/rev3137".freeze
ID = "1.2-stable/rev3138".freeze
end

0 comments on commit 9370f0c

Please sign in to comment.