Skip to content

Commit

Permalink
auto rev id
Browse files Browse the repository at this point in the history
  • Loading branch information
iampogo committed Apr 22, 2017
1 parent 8bf2b52 commit 7dba4a9
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
@@ -1,4 +1,4 @@

public final class RevId {
public final String Id = "main/rev2984";
public final String Id = "main/rev2985";
}
2 changes: 1 addition & 1 deletion generated/rev/revid.go
@@ -1,3 +1,3 @@
package rev

const ID string = "main/rev2984"
const ID string = "main/rev2985"
2 changes: 1 addition & 1 deletion generated/rev/revid.js
@@ -1,2 +1,2 @@

export const rev_id = "main/rev2984"
export const rev_id = "main/rev2985"
2 changes: 1 addition & 1 deletion generated/rev/revid.rb
@@ -1,4 +1,4 @@

module Chain::Rev
ID = "main/rev2984".freeze
ID = "main/rev2985".freeze
end

0 comments on commit 7dba4a9

Please sign in to comment.