CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
rapid7

CoCalc provides the best real-time collaborative environment for Jupyter Notebooks, LaTeX documents, and SageMath, scalable from individual users to large groups and classes!

GitHub Repository: rapid7/metasploit-framework
Path: blob/master/lib/postgres/postgres-pr/version.rb
Views: 1904
1
# -*- coding: binary -*-
2
# Namespace for Metasploit branch.
3
module Msf
4
module Db
5
6
module PostgresPR
7
Version = "0.6.3-msf"
8
end
9
10
end
11
end
12
13