Skip to content
Snippets Groups Projects

Guarantee functions are not lost after Knative update

All threads resolved!
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -14,7 +14,8 @@ module ApplicationVersion
end
def update_available?
version != self.class.const_get(:VERSION)
true
# version != self.class.const_get(:VERSION)
end
end
end
Loading